return (Cont.)
Pascal
C/C++
function f …
….
f := somevalue;
goto 1;
…
1:
end
int f(…)
{
…
return(somevalue);
…
}